auto merge of #251 : alexcrichton/cargo/print-the-failure, r=wycats
authorbors <bors@rust-lang.org>
Wed, 23 Jul 2014 20:10:26 +0000 (20:10 +0000)
committerbors <bors@rust-lang.org>
Wed, 23 Jul 2014 20:10:26 +0000 (20:10 +0000)
This previously relied on the test itself printing failure, but this is not
always the case for test which, for example, segfault. Instead this ensures that
*something* is always printed when a test fails, normally a short blurb about
what executable failed to run.

1  2 
tests/test_cargo_test.rs

Simple merge